home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Plan.dxr / 00001_Startup.ls next >
Encoding:
Text File  |  1998-12-16  |  465 b   |  22 lines

  1. global gMasterData
  2.  
  3. on prepareMovie
  4.   setUserArea(gMasterData, #plan)
  5.   set the keyDownScript to "quitCatcher"
  6.   cursor(0)
  7. end
  8.  
  9. on stopMovie
  10.   clearSoundUsage(gMasterData, ["195", "196", "197", "198", "199", "200"])
  11. end
  12.  
  13. on initFields
  14.   set vEmptyList to []
  15.   repeat with X in vEmptyList
  16.     set the text of member X to " "
  17.     set the textFont of member X to "Palatino"
  18.     set the textSize of member X to 14
  19.     set the text of member X to EMPTY
  20.   end repeat
  21. end
  22.